MTT_ (MTT)
MTT is a two-dimensional fire spread model that maps predicted fire progression and fire behavior under a constant fire environment.
-
For more information about the model see the Desktop Application Help Guide.
-
Fire behavior calculations produced with the command line applications developed by the Missoula Fire Sciences Laboratory, Missoula, MT.
To run the MTT model in the FMSF, there are three required and one optional input:
-
A fuelscape GeoTIFF
-
An input file
-
An ignition shapefile
-
A barrier shapefile (optional)
GeoTIFF
The MTT model requires a GeoTIFF landscape/fuelscape. The GeoTIFF is uploaded to the FMSF, prior to making a run request (see Upload a GeoTIFF), and the ID is used when making the model run request (see Run a Model).
The following bands must be present in the GeoTIFF in this order (additional bands may exist starting with #9):
Band # |
Band Name |
Units |
---|---|---|
1 |
Elevation (DEM) |
meters |
2 |
Slope |
degrees |
3 |
Aspect |
degrees |
4 |
Fuel Model |
categorical |
5 |
Canopy Cover |
percent |
6 |
Canopy Height |
meters * 10 |
7 |
Canopy Base Height |
meters * 10 |
8 |
Canopy Bulk Density |
kg/m3 * 100 |
Current cell limits for MTT within the FMSF is 18,000,000. If you are unsure how many cells comprise the GeoTIFF you are using to run the model, Retrieve Minimum Model Run Resolution for a GeoTIFF can be used to determine both the cell counts and the minimum resolution the model may be run.
Ignition & Barrier Shapefiles
MTT also uses two spatial inputs: ignition shapefile (required) and barrier shapefile (optional).
To use a shapefile, it must be uploaded to the system prior to attempting to run the model as the assigned ID is used to specify which file to use. For details on shapefile functionality in the FMSF see the Shapefile Functionality section.
The geometry type of an ignition shapefile can be point, polygon, polyline, or multipoint.
The geometry of a barrier shapefile can be polygon or polyline.
Input file
The various input and output switches included in the input file (*.txt or *.input) passed to the FMSF are documented in the following sections with the valid ranges for each switch.
Example MTT input file including all the input and output switches.
Initial Fuel Moisture Switches
FUEL_MOISTURES_DATA: 3
0 3 5 7 57 85
121 4 6 8 62 88
163 2 5 7 65 95
FUEL_MOISTURES_DATA: X where X is the number of initial fuel moisture data entries. Immediately following this line should be X lines of initial fuel moisture inputs.
-
Valid range: 1-59
Initial fuel moisture entries must include the following six integers in order per line, space, or tab delimited:
-
Fuel model number
-
0 is required, this is the default moistures to use when a fuel model is encountered that does not have an entry in the input file
-
Valid range: 0, 1-13, 101-109, 121-124, 141-149, 161-165, 181-189, 201-204
-
-
1-hr dead fuel moisture content percent
-
Valid range: 2-300
-
-
10-hr dead fuel moisture content percent
-
Valid range: 2-300
-
-
100-hr dead fuel moisture content percent
-
Valid range: 2-300
-
-
Live herbaceous fuel moisture content percent
-
Valid range: 2-300
-
-
Live woody fuel moisture content percent
-
Valid range: 2-300
-
Wind Switches
WIND_SPEED: 3
WIND_DIRECTION: 290
SPREAD_DIRECTION_FROM_MAX: 0
GRIDDED_WINDS_GENERATE: Yes
GRIDDED_WINDS_RESOLUTION: 120
WIND_SPEED: X where X is the wind speed (mph).
-
Valid range: 0-100
WIND_DIRECTION: X where X is the azimuth of the wind direction, plus uphill and downhill.
-
Valid range: 0-360, -1 (uphill), -2 (downhill)
DEFAULT_UPHILL_DOWNHILL_DIRECTION: X where X is the azimuth of the wind direction.
-
NOTE: This is required when WIND_DIRECTION: is -1 or -2, it is used to define the wind direction when the landscape is flat.
-
Valid range: 0-360
SPREAD_DIRECTION_FROM_MAX: X where X represents the relative spread direction (azimuth) from the maximum.
-
Valid range: 0-360
GRIDDED_WINDS_GENERATE: val where val is ‘Yes’ for generate gridded winds or ‘No’ for do not generate.
-
NOTE: Gridded winds are calculated using the WindNinja model embedded within MTT_.
-
NOTE: This switch will be ignored if the GRIDDED_WINDS_RESOLUTION is not present.
-
Valid range: Yes, No
GRIDDED_WINDS_RESOLUTION: X where X is the desired resolution for the gridded winds in meters.
-
NOTE: WindNinja requires a large amount of memory to run. To ensure runs are completed in a reasonable timeframe, the FMSF will adjust the GRIDDED_WINDS_RESOLUTION as needed. Initially, this adjustment will be 2 times the GeoTIFF landscape/fuelscape resolution. Subsequent FMSF adjustments to GRIDDED_WINDS_RESOLUTION may be required to keep the WindNinja grid below 1 million pixels. The GRIDDED_WINDS_RESOLUTION used to run the model can be found in the run metadata and in the input file returned when downloading the model outputs.
-
Valid range: 30-10000
Canopy Characteristic Switches
FOLIAR_MOISTURE_CONTENT: 100
CROWN_FIRE_METHOD: Finney
FOLIAR_MOISTURE_CONTENT: X where X is the fuel moisture content in percent.
-
Valid range: 2-200
CROWN_FIRE_METHOD: cfmethod where cfmethod is either ‘ScottReinhardt’ or ‘Finney’.
-
Valid range: ScottReinhardt, Finney
Dead Fuel Moisture Conditioning Switches (Optional)
Conditioning dead fuel moistures is optional for FlamMap. When used, the following switches need to be present in the input file.
CONDITIONING_PERIOD_START: 06 04 1300
CONDITIONING_PERIOD_END: 06 13 1700
RAWS_ELEVATION: 6119
RAWS: 384
2012 6 4 0000 71 19 0.00 0 0 0
2012 6 4 0100 68 20 0.00 0 0 0
2012 6 4 0200 66 21 0.00 0 0 0
2012 6 4 0300 64 22 0.00 0 0 0
2012 6 4 0400 62 23 0.00 0 0 0
2012 6 4 0500 61 23 0.00 0 0 0
. . .
2012 6 19 2300 69 19 0.00 0 0 0
CONDITIONING_PERIOD_START: date/time where the date/time is the month, day, and military time (space delimited) for the start of the conditioning period. This is an optional input, if it is not supplied conditioning will start at the date/time of the first record following the RAWS switch.
-
Valid range: MM = 1-12, DD = 1-31, HHRR = 0000-2400 (valid times within that range)
CONDITIONING_PERIOD_END: date/time where the date/time is the month, day, and military time (space delimited) for the end of the conditioning period.
-
Valid range: MM = 1-12, DD = 1-31, HHRR = 0000-2400 (valid times within that range)
RAWS_ELEVATION: X where X is the elevation in feet of the RAWS (Remote Access Weather Station).
-
Valid range: -1000-20000
RAWS: X where X is the number of sequential hourly weather data entries. Immediately following this line should be X lines of weather inputs.
-
Valid range: >=1
Weather data entries must include the following 10 in order per line, space, or tab delimited:
-
Year in the YYYY format.
-
Valid range: Any
-
-
Month in the M or MM format.
-
Valid range: 1-12
-
-
Day in the DD format.
-
Valid range: 1-31
-
-
Time of day (military) in HHMM format.
-
Valid range: 0000-2400 (valid times within that range)
-
-
Temperature in Fahrenheit at the time of the record.
-
Valid range: -50-150
-
-
Relative humidity as percent at the time of the record.
-
Valid range: 0-100
-
-
Hourly precipitation total for the hour ending at the time of the record in inches.
-
Valid range: 0.00-10.00
-
-
20 ft wind speed in MPH at the time of the record.
-
Valid range: 0-150
-
-
Azimuth of the 20 ft wind at the time of the record.
-
Valid range: 0-360
-
-
Cloud cover as percentage at the time of the record in percent.
-
Valid range: 0-100
-
Spotting Switches
MTT_SPOT_PROBABILITY: 0.1
MTT_SPOT_DELAY: 0
SPOTTING_SEED: 80233
MTT_SPOT_PROBABILITY: X where X is the probability that a spot causes an ignition.
-
Valid range: 0-1
MTT_SPOT_DELAY: X where X is the number of minutes to delay an ignition caused by spotting.
-
NOTE if MTT_SPOT_PROBABILITY is 0, this switch is not needed and will be ignored.
-
Valid range: 0-60
SPOTTING_SEED: X where X is typically a randomly generated value; however, it can be specified in the input file.
-
NOTE if MTT_SPOT_PROBABILITY is 0, this switch is not needed and will be ignored.
-
NOTE if MTT_SPOT_PROBABILITY is >0, this switch is an optional input.
-
Valid range: 0-999999
Simulation Time Switch
MTT_SIM_TIME: 60
MTT_SIM_TIME: X where X is the number of minutes that the MTT simulation is run.
-
Valid range: 1-10080
MTT Travel Path Switch
MTT_TRAVEL_PATH_INTERVAL: 500
MTT_TRAVEL_PATH_INTERVAL: X where X is the distance (meters) for travel path creation is 500 meters.
-
Valid range: 90-3000
Barrier Fill Switch
MTT_FILL_BARRIERS: 1
MTT_FILL_BARRIERS: X where X is either 1 for true or 0 for false.
-
Valid range: 0,1
Output Switches
MTTARRIVALTIME:
MTTSPREADRATE:
FUELMOISTURE1:
FUELMOISTURE10:
MTTMAJORPATHS:
The MTT fire behavior model will produce up to six gridded output layers as well as three shapefiles. In addition, the full suite of FlamMap outputs is available for a MTT model run.
Outputs are requested by using the appropriate switch(s) in the input file (see the table for details). The order the switch(s) are listed in the input file correlate to the band order in the output GeoTIFF.
Grid outputs (part of the multi-band GeoTIFF)
Switch |
Output Layer |
Units |
Requires Gridded Winds |
Requires Conditioning |
---|---|---|---|---|
MTTARRIVALTIME: |
MTT Arrival Time |
minutes |
|
|
MTTSPREADRATE: |
MTT Rate of Spread |
m/min |
|
|
NODEINFLUENCE: |
MTT Node Influence |
class+ |
|
|
MTTINTENSITY: |
MTT Fire Line Intensity |
kW/m |
|
|
MTTFLAMELENGTH: |
MTT Flame Length |
meters |
|
|
MTTIGNITIONGRID: |
MTT Ignition |
minutes |
|
|
FLAMELENGTH: |
Flame Length |
meters |
|
|
SPREADRATE: |
Rate of Spread |
m/min |
|
|
INTENSITY: |
Fireline Intensity |
kW/m |
|
|
HEATAREA: |
Heat per Unit Area |
kJ/m2 |
|
|
CROWNSTATE: |
Crown Fire Activity |
class* |
|
|
SOLARRADIATION: |
Solar Radiation |
W/m2 |
|
Yes |
FUELMOISTURE1: |
1 Hr Fuel Moisture |
percent |
|
Yes |
FUELMOISTURE10: |
10 Hr Fuel Moisture |
percent |
|
Yes |
FUELMOISTURE100: |
100 Hr Fuel Moisture |
percent |
|
Yes |
FUELMOISTURE1000: |
1000 Hr Fuel Moisture |
percent |
|
Yes |
MIDFLAME: |
Mid-Flame Wind Speed |
mph |
|
|
HORIZRATE: |
Horizontal Rate of Spread |
m/min |
|
|
MAXSPREADDIR: |
Max Spread Direction |
degrees |
|
|
ELLIPSEDIM_A: |
Ellipse Dim A |
m/min |
|
|
ELLIPSEDIM_B: |
Ellipse Dim B |
m/min |
|
|
ELLIPSEDIM_C: |
Ellipse Dim C |
m/min |
|
|
MAXSPOT: |
Maximum Spotting |
meters |
|
|
CROWNFRACTIONBURNED: |
Crown Fraction Burned |
percent |
|
|
MAXSPOT_DIR: |
Spotting Direction |
degrees |
|
|
MAXSPOT_DX: |
Spotting Distance |
meters |
|
|
WINDDIRGRID: |
Wind Direction |
degrees |
Yes |
|
WINDSPEEDGRID: |
Wind Speed |
mph |
Yes |
|
+Node influence is the log (ln) of the frequency of the number of nodes influenced
*Crown Fire Activity classes are ‘No Fire’ (0), ‘Surface Fire’ (1), ‘Passive Crown Fire’ (2), and ‘Active Crown Fire’ (3)
Non-grid outputs
Switch |
Description |
---|---|
WINDVECTOR: |
KMZ of wind vectors. Requires GRIDDED_WINDS_GENERATE: to be ‘yes’ |
MTTMAJORPATHS: |
Shapefile of the major flow paths of fire spread |
MTTFLOWPATHS |
Shapefile of the flow paths of fire spread |
MTTEMBERS: |
Shapefile of the ember locations associated with spotting. Requires MTT_SPOT_PROBABILITY: to be >0 |
Switches Not Currently Supported by the FMSF
The FMSF does not currently support all switches available within the MTT model. Those not supported are listed below.
CUSTOM_FUELS_FILE: Filename where filename is the name of the desired custom fuels file to use.
-
The FMSF does not support custom fuel models currently.
WIND_SPEED_UNITS: X where X is the units of the WIND_SPEED: input (0 – MPH @ 20’, 1 - km/h @ 10m).
-
The FMSF only accepts MPH
SPREAD_DIRECTION_FROM_NORTH: X where X is the azimuth to offset spread directions.
GRIDDED_WINDS_DIURNAL: val where val is either ‘Yes’ or ‘No.’
GRIDDED_WINDS_DIURNAL_AIRTEMP: X where X is the air temperature in degrees Fahrenheit.
GRIDDED_WINDS_DIURNAL_CLOUDCOVER: X where X is the percent cloud cover.
GRIDDED_WINDS_DIURNAL_LONGITUDE: X where X is the longitude in decimal degrees.
GRIDDED_WINDS_DIURNAL_DATE: mm dd yyyy where mm is the month, dd is the day of the month, and yyyy is the calendar year.
GRIDDED_WINDS_DIURNAL_TIME: ss mm hh tz where ss is seconds, mm is minutes, hh is hours, tz is time zone, indicates time zone offset from GMT.
GRIDDED_WINDS_DIRECTION_FILE: filename where filename is the path to an ASCII grid of wind azimuths.
GRIDDED_WIND_SPEED_FILE: filename where filename is the path to an ASCII grid of wind velocities in MPH.
RAWS_UNITS: X where X is either the string English or Metric indicating the units for the weather data in the RAWS section as well as the RAWS_ELEVATION.
-
The FMSF only accepts English
NodeSpreadNumLat: X where X is the number of columns MTT searches spread times.
-
The FMSF set this to 6
NodeSpreadNumVert: X where X is the number of rows MTT searches spread times.
-
The FMSF set this to 4